home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / swtools / DSOs / forum93 / case2 / callee.c next >
Encoding:
Text File  |  1994-08-02  |  47 b   |  5 lines

  1. int callee(int x, int y) {
  2.  
  3.     return (x+2*y);
  4. }
  5.